projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec86967
)
(tzname): Do not define in msvc8.
author
Jason Rumney
<jasonr@gnu.org>
Fri, 29 Dec 2006 14:49:25 +0000
(14:49 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Fri, 29 Dec 2006 14:49:25 +0000
(14:49 +0000)
src/ChangeLog
patch
|
blob
|
history
src/s/ms-w32.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index e624d93275c98db503ded10a924ccdcd831794e7..28039b72e6c5c21935f9a2696291959ea3352984 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,9
@@
+2006-12-29 Jason Rumney <jasonr@gnu.org>
+
+ * s/ms-w32.h (tzname): Do not define in msvc8.
+
+ * regex.c (regerror): Change parameter name err_code.
+
2006-12-26 Richard Stallman <rms@gnu.org>
* search.c (Fsearch_forward): Doc fix.
diff --git
a/src/s/ms-w32.h
b/src/s/ms-w32.h
index a2281e926a50f116f405db3c5055a6765d038029..455cfb2363f79294cbef67738d716da01617eb5a 100644
(file)
--- a/
src/s/ms-w32.h
+++ b/
src/s/ms-w32.h
@@
-395,7
+395,10
@@
typedef int pid_t;
#define strnicmp _strnicmp
#define stricmp _stricmp
#define tzset _tzset
+
+#if !defined (_MSC_VER) || (_MSC_VER < 1400)
#define tzname _tzname
+#endif
#ifdef HAVE_NTGUI
#define abort w32_abort